home *** CD-ROM | disk | FTP | other *** search
/ Exame Informatica 140 / Exame Informatica 140.iso / Programas / Zsnes / docs / readme.htm / styles / print.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2006-11-30  |  749 b   |  43 lines

  1. @import url(shared.css);          /*    Loads styles/shared.css, which contains shared styling information.    */
  2.  
  3. body {
  4.   background-color: white;
  5.   color: black;
  6.   font-family: Verdana, "Arial Unicode MS", Arial, sans-serif;
  7.   font-size: 10pt;
  8.   margin: 1px;
  9. }
  10.  
  11. img {
  12.   display: none;
  13. }
  14.  
  15. a {
  16.   background-color: inherit;
  17.   color: black;
  18. }
  19.  
  20. #content a:after {
  21.    content: " [" attr(href) "]";
  22. }
  23.  
  24. #nav_column {
  25.   display: none;
  26. }
  27.  
  28. #content code {
  29.   background-color: inherit;
  30.   color: black;
  31. }
  32.  
  33. #footer {
  34.   clear: both;          /*    This is mainly for pages that might be shorter than the nav-list on the left.  Keeps things looking correct.    */
  35.   font-size: 0.7em;
  36.   font-weight: bold;
  37.   text-align: center;
  38. }
  39.  
  40. #footer h2 {
  41.   display: none;
  42. }
  43.